P+ - Giga Bowser - Action - 0x11a

Entry Script

  1. if (BoolIsTrue RandomAccessBool(SpecialsMovement))
    1. SetAnimationFrame(30.0)
    2. ChangeSubaction(SpecialAirLw)
    3. BoolVariableSetFalse { variable: RandomAccessBool(SpecialsMovement) }
  2. else
    1. ChangeSubactionRestartFrame(SpecialAirLw)
  3. SetEdgeSlide(Airbourne)
  4. EnableInterruptGroup(CliffCatch)

Exit Script